adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IReadOnlyDictionary<TKey,TValue> Interface
Members


In This Topic
    IReadOnlyDictionary<TKey,TValue> Interface
    In This Topic
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Interface IReadOnlyDictionary
        (Of TKey,TValue) 
    [DefaultMember("Item")]
    public interface IReadOnlyDictionary<TKey,TValue> 
    [DefaultMember("Item")]
    generic<typename TKey>
    generic<typename TValue>
    public interface class IReadOnlyDictionary 
    Type Parameters
    TKey
    TValue
    See Also